May 9, 2006 #1 AIXtexas Technical User Joined Feb 5, 2002 Messages 80 Location US I have a file I created using the mksysb command. How do I make the system "see" this file on boot so it will load it? Thanks, Shane
I have a file I created using the mksysb command. How do I make the system "see" this file on boot so it will load it? Thanks, Shane
May 9, 2006 1 #2 khalidaaa Technical User Joined Jan 19, 2006 Messages 2,323 Location BH Well, could you please explain more what do you mean? From what i understood you can put a stanza for that file in the /etc/filesystems and make this to be mounted at reboot Upvote 0 Downvote
Well, could you please explain more what do you mean? From what i understood you can put a stanza for that file in the /etc/filesystems and make this to be mounted at reboot
May 10, 2006 Thread starter #3 AIXtexas Technical User Joined Feb 5, 2002 Messages 80 Location US I want to boot and and reload a server from a mksysb that is a file on the server instead of a tape. I used the below command: #!/bin/ksh host=`hostname` mksysb -i -X /usr/auto_mksysb/mksysb.$host Shane Upvote 0 Downvote
I want to boot and and reload a server from a mksysb that is a file on the server instead of a tape. I used the below command: #!/bin/ksh host=`hostname` mksysb -i -X /usr/auto_mksysb/mksysb.$host Shane
May 10, 2006 1 #5 mrn MIS Joined Apr 27, 2001 Messages 3,993 Location GB When you create a mksysb to disk, its marked "not bootable" which means you don't even have the option to copy to tape/cd/dvd and boot. Like kHz said you have to use NIM to restore the mksysb. Mike "A foolproof method for sculpting an elephant: first, get a huge block of marble, then you chip away everything that doesn't look like an elephant." http://www.airport-parking-site.co.uk/ Upvote 0 Downvote
When you create a mksysb to disk, its marked "not bootable" which means you don't even have the option to copy to tape/cd/dvd and boot. Like kHz said you have to use NIM to restore the mksysb. Mike "A foolproof method for sculpting an elephant: first, get a huge block of marble, then you chip away everything that doesn't look like an elephant." http://www.airport-parking-site.co.uk/
May 10, 2006 #6 khalidaaa Technical User Joined Jan 19, 2006 Messages 2,323 Location BH I totally agree on what have been said above NIM is the only way!! Upvote 0 Downvote
May 10, 2006 Thread starter #7 AIXtexas Technical User Joined Feb 5, 2002 Messages 80 Location US Thanks everyone. The only way is through NIM... IBM also confirmed this. I'll know better next time. Thanks, Shane Upvote 0 Downvote
Thanks everyone. The only way is through NIM... IBM also confirmed this. I'll know better next time. Thanks, Shane