1752569 Members
5105 Online
108788 Solutions
New Discussion юеВ

Re: ISL command

 
R.K. #
Honored Contributor

ISL command

Hi Everybody,

I have a doubt, why do we use "(;0)" while issuing following command at ISL?
Is this "(;0)" necessary?

ISL> hpux тАУis (;0)/stand/vmunix

Thanks,
RK
Don't fix what ain't broke
4 REPLIES 4
Torsten.
Acclaimed Contributor

Re: ISL command

It's not necessary - only for backward compatibility.

This specifies the disk section/slice to boot from, see man isl and man hpux.

"section" 0 is the default.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: ISL command

see also

Booting From Another Section
In this example (shown for backward compatibility), a kernel is booted from another section of the root disk. For example, suppose kernel development takes place under /mnt/azure/root.port which happens to reside in its own section, section 3 of the root disk. By specifying a minor number of 3 in the above example, the object file sys.azure/S800/vmunix is loaded from /mnt/azure/root.port.

ISL> hpux (;3)sys.azure/S800/vmunix

Boot
: disc(8.0.0;0x3)sys.azure/S800/vmunix
966616+397312+409688 start 0x6c50

http://docs.hp.com/en/B3921-60631/hpux.1M.html

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Deepak Kr
Respected Contributor

Re: ISL command

Also, for new systems this options is not compulsary
"There is always some scope for improvement"
R.K. #
Honored Contributor

Re: ISL command

Thanks Torsten and Deepak.....the confusion is cleared.
Don't fix what ain't broke