How to change Solaris disk label to EFI

Some times you need to change Solaris disk label to EFI or  VTOC. You can do it using format -e command. I forgot -e option and struggled to change disk label while experiment with ZFS. You can get more info Solaris label system below.

http://docs.sun.com/app/docs/doc/817-5093/disksconcepts-14?a=view

So Guys in order to change Solaris Disk label from VTOC to EFI or EFI to VTOC, use command format -e, If you forget -e option noway you can label it from existing menu of format command.

Other Posts related to current topic


MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

Live traffic feed for wordpress.com blogs

wordpress.com blogs lack of java script support. Many of stats reporting/ tracking programs require  java script. Now  I am going to introduce you live traffic feed from feedjit for wordpress.com

Using this non java script version of  stats tracker you can show visitors of your blog in real time.

Share

Other Posts related to current topic


MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

My next project – explore usenet

what is Usenet ? Explore Usenet – this is my next silly project. Until now highly depend upon Google search  for past 4 years. Many of old  senior  UNIX  administrators and  system experts told me that usenet will provide extensive knowledge. But until now i din;t get chance to follow those knowledge rich newsgroups.

Now I got chance and funds to study about newsgroups and Usenet.  So started self study along with my pal google and Wikipedia. I am surprised that still Usenet  newsgroup are leading source providers  in this search engine dominating world.

Here are some questions first I need to answer.

1.What is Usenet ?

2.What is newsgroup ?

3.how to access Usenet or how to access newsgroup ?

4.How much  it costs or free ?

5.software requirements

6.Rules and regulation :)

I will update details related to above questions in my up comming posts. So stay tuned.

Share

Other Posts related to current topic


MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

Elephantdrive java applet upload error

Just checking top online backup solution providers past fewdays, today I am doing test with elephantdrive.net online backup system.  They are providing Windows and Mac backup clients as well as Java based explorer interface so that from any OS you can upload/download files.

Done. Test account created with 1GB free space. Tried to upload some files using explorer interface using firefox. Java applet keep on loading…loading… 10 mins…. 15mins no use!!!

Ok, Changed browser to IE8, no use.  Tried all following combinations without any luck.

OS: Windows xp – 32bit – sp2,Linux ( Redhat,Ubuntu)

Browsers: IE8,6 and firefox 3.5 with Java 1.6 (SUN/Oracle)

Net speed : 1mb up/down

Just sent mail to support detailing all above data. Lets see. Some of online backup reviewers saying elephant drive sucks in support wise. Lets see its correct or not. I will update this post once I got reply from  elephantdrive.

It download around 7-8 mb applet and fails with no update

Java error :

Java Plug-in 1.6.0_14
Using JRE version 1.6.0_14-b08 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\root
—————————————————-

Reading certificates from 7296 https://www.elephantdrive.com/java/SElephantDrive_WebClient-1.0.10.jar | C:\Documents and Settings\root\Application Data\Sun\Java\Deployment\cache\6.0\13\171d684d-4bc9b392.idx
Reading certificates from 125858 https://www.elephantdrive.com/java/SElephantDrive_Core_Crypto-1.0.7.jar | C:\Documents and Settings\root\Application Data\Sun\Java\Deployment\cache\6.0\8\40507f08-2fdfe527.idx
Exception in thread “thread applet-ElephantDrive.UI.AppletInterface-1″ java.lang.NoClassDefFoundError: org/apache/axis2/AxisFault
at ElephantDrive.UI.AppletInterface.init(AppletInterface.java:63)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.apache.axis2.AxisFault
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
… 3 more
Caused by: java.io.IOException: open HTTP connection failed:https://www.elephantdrive.com/java/org/apache/axis2/AxisFault.class
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
… 7 more

UPDATE:

I got reply in business hrs as follows. Anyway I replied them back..lets see

Thanks so much for alerting us to your issue.  I will pass this error information along to our engineering team for further investigation.  By the way, we appreciate the detailed information regarding platform, browser, an OS that you’ve provided.  It will be much easier to diagnose and resolve the issue.

Two other pieces of information may help our effort:

1.  Are you able to see the pink bar with the current java information displayed on our download page, here: http://www.elephantdrive.com/download/index.aspx.

2.  Are you presented with any certificate alerts or warnings by your browser(s)?

Thanks for your patience – we’ll get this resolved as soon as possible.

UPDATE:

No mail from them until now :( , really their support sucks ?? I will wait for some more days

Other Posts related to current topic


MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

how to upload more than 2gb file using php

How to upload file more than 2gb using php? using php !? am I crazy .. that too using shared hosting :) )). php as far as I know is not not at all good choice for handling file uploads that too in shared hosting. Many restrictions from webhosting providers.

CGI/perl is excellent choice for handling file uploads where you can by pass all php based restrictions. So now lets come to my case.

I need to arrange a way for my client to upload more than 2Gb file using web interface that too using php. Searched a lot ! at last i got thin upload

Wonderful script, with dual interface (cgi,php). I tried demo and it worked like anything ;)

Share

Other Posts related to current topic


MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

working intel sata drivers for virtaulbox guest windows xp sp2

So basically my question is – how to install windows xp sp2 guest in virtual box with sata disk ? here is the solution.

Got working sata drivers for windows xp guest os on virtualbox . I am trying to install windows xp sp2 guest on my virtual box host. From internet I learnt that using virtualbox virtaul sata support – can reduce load on host pc.

So I enabled sata controller and and attached virtual hard disk to it. Problem started as windows xp sp2 failed to accept sata disk( I know sp3 will support or we can make xp iso with sata drivers built in but i want to install sp2 only) .

So from intel site downloaded intel matrix raid drivers and made img file as I mentioned in my previous post using win image.

Ok , attached virtual floppy to virtual floppy disk to my windows xp sp2 guest and started installation. using f6 key I am able to instruct xp to load sata drivers. BUT still xp sp2 guest failing to accept my sata disk.

upon constant digging i got solution ..i got some hint from google as virtualbox supports perticular version of intel sata drivers. At last I am able to install …how i did .. will be in next post.

Update: you can download working sata drivers floppy image from below link

http://www.4shared.com/file/114857273/97d3b669/satadrivers.html

Share

Other Posts related to current topic

  1. Portable free easy to use personal finance application for windows huh how hard
  2. 4shared webdav setup for Windows 7 - working solution
  3. working intel sata drivers for virtaulbox guest windows xp sp2 (This post)
  4. Sun Oracle Sparc hardware v440 v490 e450 sunfire215,245

MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

How to create floppy image file .img files

You can convert files and folders to floppy image format, .img file using winimage software.

Iso files, repsents cd/dvd images in the same way .img files represents floppy disc image.

These floppy image files are very use full in virtualware world. Suppose you want to install third part disk drivers or device drivers
at the time os install and you host pc don’t have floppy drive. Simply create img file using winimage software and connect virtual floopy drive to virtual pc.

Recently while I am installing virtualbox with xp as guest. I want to install sata drivers for that i need to insert sata drivers floppy while installing by pressing f6 key. There is no floppy disk avaialble on my hosy pc. So i made .img using winimage and mounted using virtualbox as virtual floppy

Share

Other Posts related to current topic


MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

Sun Solaris 310-203 solaris 10 upgrade exam latest dumps

Sun Solaris 310-203 latest dumps for solaris 9 to solaris 10 upgrade. While I am writing Solaris 9 sun certified administrator exam , I am even not aware what dumps are ! we used to prepare test server, do all commands and used to study bill book which is equal to Solaris bible. Later my Juniors showed me how dumps are working for them to finish sun Solaris exam. Amazing – just prepare 200-300 questios thats it .. you done !!! Bad ..Worest … My honest suggestion never follow this way.

In this way obtaining certificates without subject knowledge never helps to pass Solaris interview. I would like to share recent incident, me and my friend ( who trusted in dumps ) wrote Solaris 310-203 upgrade exam ( Solarsi 9 to Solaris 10 ).

As usual i prepared bill books and virtual box based test x86 Solaris 10 system on my laptop to brush up commands.

I passed on but my friend .. lost because no questions from dumps ( he prepared past 3 years dumps+ paid $80 to some exam pass sure website for latest dumps ) I argue don;t trust those sites as now SUn using some new method to overcome this dump issues.

Never encourage brain dump culture, be honest Sure it will help you in future.

Here is link to books mentioned above :  http://unixed.com

Share

Other Posts related to current topic


MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

Why China mobile phones are cheap

WHy china mobile phones are cheap ? I saw many guys using China phones with excellent features compare to price. Big touch screen,multi sim,mp4,mp3,video,still camera,TV, multiple batteries some time free addon memory cards?
With 1/4 cost of normal branded mobiles- China phones offering these many features.
Why branded mobiles not able to offer these many features? million $$$ question for me.
One of friend said China phones are not quality products but i saw many of my friends using them for all most year without any issues?
If you know anything about these china phone secret of it low price – please leave comment here.

Other Posts related to current topic

  1. Why people always behind desktop appearance or outlook
  2. DDOS gangs work like Mafia, Do you support DDOS attacks?
  3. Wristwatch out of fashion EOL it
  4. How to generate qr-code qr code your girl friend
  5. QR code explained - what is qr-code video
  6. Use own pen new invisible ink fraud
  7. Simple time tracking program with reports
  8. 2012 December 21 end of world confirmed
  9. Blueadvertise,revenueburner,creditburner ad networks showing errors
  10. Toyota Safety Recall details and phone numbers
  11. Why China mobile phones are cheap (This post)
  12. Akshardham temple -excellent creation
  13. Shoot outs in Northern Illinois University - 17 students injured
  14. New ATM fraud skimming and camera on keypad beware

MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL

Solaris cdrom Can't read disk label. Can't open disk label package fix

Recently i tried to install latest Solaris SPARC build using DVD written by nero on my laptop.. Bingo !!! no use  – boot cdrom command always showed

Can’t read disk label. Can’t open disk label package . Did all kind of troubleshooting and wasted 4 DVDS. Later i used  alcohol 120% – thats it worked.  www.alcohol-soft.com/

So burn your Sparc  ISO image on your x86 laptop/system using alcohol 120% burning software. It will work.

Other Posts related to current topic


MyFreeCopyright.com Registered & Protected
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
Copy right related
Blog author MR.Rav

Enter your email address:

GET UPDATES TO YOUR E-MAIL