Operating System - Tru64 Unix
1827892 Members
1782 Online
109969 Solutions
New Discussion

Re: How to boot with Tru64 boot cd and start netowrk service

 
Frankemme
Occasional Advisor

How to boot with Tru64 boot cd and start netowrk service

Hi, I want know if is possible on example DS20, boot with OS cd (4.0F or 5.1B) and start network service, for mount NFS share and restore OS that first I have created with rdump.

Reg. Francesco
5 REPLIES 5
Rob Leadbeater
Honored Contributor

Re: How to boot with Tru64 boot cd and start netowrk service

Hi,

Yes this is possible, I do it frequently.

When you first boot off the CD, you get an option to drop out to Unix...

When there you simply need to configure the relevant network card... For example:

# ifconfig tu0 192.168.1.1/24

You should then be able to mount the relevant NFS file systems.

Cheers,

Rob
Frankemme
Occasional Advisor

Re: How to boot with Tru64 boot cd and start netowrk service

OK I will try this, but how put the gateway and subnet??
Rob Leadbeater
Honored Contributor

Re: How to boot with Tru64 boot cd and start netowrk service

The subnet mask is already there (/24 = 255.255.255.0)

Add a route with:

# route add default


Cheers,
Rob
Frankemme
Occasional Advisor

Re: How to boot with Tru64 boot cd and start netowrk service

OK thanks, but in v4.0F after that i boot with unix cd and config the network card i need to mount a UFS file systems with
# mount /dev/rrz0a /mnt

after which is the best command to send a backup file in nfs repository?? ...rdump or ??

and the best sintax?
Frankemme
Occasional Advisor

Re: How to boot with Tru64 boot cd and start netowrk service

... and if I use the rdump command, how do set the name of backup file?