Sponsored Content
Full Discussion: ignite tapes
Operating Systems HP-UX ignite tapes Post 5081 by JBX on Tuesday 7th of August 2001 01:12:51 PM
Old 08-07-2001
ignite tapes

can any1 tell me how to make ignite tapes for the HP-ux.

this company said it was: "make_tape_recovery_A", but that don't work.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

tapes

is there a command to check unoccupied space on a tape ? AIX 3.2 (1 Reply)
Discussion started by: cubicle^dweller
1 Replies

2. UNIX for Dummies Questions & Answers

Tapes

:confused: Hello!! I am a new UNIX user, and I need to back up some files, I have some old ones and I have been trying to delete the old information with 'mt erase' but I don't be sure if it works, and 'mt resert' but the it gave a message suggesting me to use 'scsiha -r' (but the last one... (1 Reply)
Discussion started by: scs
1 Replies

3. HP-UX

HP-UX Ignite server

Sorry if this has been asked and answered, but I can't find this particual problem. I've had an Ignite server running for years on a small internal network with images we load on daily basis. Tried to load two servers, L2000 and C3600 , both with same problem. # boot lan.192.168.2.2 install ... (0 Replies)
Discussion started by: ddeblance
0 Replies

4. HP-UX

Need Ignite for HP-UX 10.20

Hello All, I need to bring down our old 9000 series d350, but my supervisor wants an ignite backup created. I cannot find ignite in the usual places (/opt/ignite) nor can I find it in swlist. As far as I can tell the cd's are long gone. Is there anywhere else I could look for ignite being... (6 Replies)
Discussion started by: stay0ut
6 Replies

5. HP-UX

vpar ignite

Hi Can I use a vpar as an ignite server? (1 Reply)
Discussion started by: mahlathini
1 Replies

6. HP-UX

Ignite and HP-UX 09.XX

I am looking to make bootable tape backups of four machines running HP-UX 09.02, 09.05 and 09.07. I successfully located Ignite 10.20 and installed it and made a backup on the one machine running HP-UX 10.20. I am having trouble locating information about Ignite for HP-UX 9. Does it exist? Is... (3 Replies)
Discussion started by: whack_job
3 Replies

7. HP-UX

Ignite - make_net_recovery

I've read the Ignite User/Admin Guide but I'm having trouble figuring out if I can do a make_net_recovery if the ignite server and client server are on completely different networks? If this can be done is there any special configuration? If I initiate the command from the server it looks like it... (3 Replies)
Discussion started by: gonzotonka
3 Replies

8. HP-UX

duplicating ignite tapes

I have a B180L controller running HP-UX 10.2 with an internal DDS2 tape drive and an external Surestore DDS (24gb) tape drive. I want to make duplicate copies of ignite tapes from one tape drive to another. What is the best way to do this? (1 Reply)
Discussion started by: garyb
1 Replies

9. HP-UX

Error with ignite

Works all. Depot shared via nfs dhcp working setting file system,network,root password,etc But when i start "go!" with installation,give me this error. How to fix,debug? Thanks http://s24.postimg.org/5hzbgk551/unixbell3.png (3 Replies)
Discussion started by: Linusolaradm1
3 Replies

10. HP-UX

Ignite

Hi Does anybody know how to get hold of a very old (A.3.7.n) copy of the ignite software depot for HP-UX 10.20? (7 Replies)
Discussion started by: gregsih
7 Replies
vpardbprofile(1M)														 vpardbprofile(1M)

NAME
vpardbprofile - display, update, or delete virtual partition DB-Profiles SYNOPSIS
db_file] server_ip] client_ip] gateway_ip] subnet_mask] boot_file] optional_data]] | name] | DESCRIPTION
The command displays the that are stored in the virtual partition database. If the virtual partition database is not specified, then the live database, or by default is used. The command with the option, a non-existent DB-Profile name, and another option (such as, will cre- ate a new DB-Profile. The command with the option, a valid DB-Profile name, and another option (such as, will modify that option for the specified DB-Profile. The behavior without any options is to display the currently defined virtual partition DB-Profiles. The purpose of the DB-Profile is to provide a container for holding user specified settings for DirectBoot. DB-Profiles can be used with the command to pass in user specified DirectBoot settings. Refer to the vparboot(1M) manpage This command is not supported on PA-RISC systems. Options and Arguments recognizes the following command line options and arguments: Specifies the alternate database from which the virtual partition DB-Profiles is to be displayed, updated, or deleted. or live is the default if this is not specified. Display/create/modify a DB-Profile. A DB-Profile name can be at most 12 characters long, and spaces are not allowed. If the DB-Profile name already exists, it will be updated with the new values passed as arguments to this command. Specifies the static IP address for the boot server Specifies the static IP address for the client. If the client IP information is missing in the DB-Profile, DHCP will be used by default. Specifies the static IP address for the gateway Specifies the subnet mask for the local network Specifies the absolute path to a bootable file on the boot server. If empty, then it will be assumed that the server controls the boot file for the client. Specifies the optional command line arguments to pass to the boot file Deletes DB-Profile from the database. Displays the usage. Note All IP addresses must be in IPv4 format. If the client IP address is not passed, then a DHCP server will be used to get the client infor- mation. RETURN VALUE
returns the following values: Successful completion. Error condition occurred. EXAMPLES
Display the DB-Profile list from the live database. # vpardbprofile Profile List Profile Name: ICON Network Type: IPv4 Server IP address: 15.1.165.152 Client IP address: 15.1.165.240 Gateway IP address: 15.1.165.240 Subnet Mask: 255.255.248.0 Boot File: /opt/ignite/boot/nbp.efi Optional Data: IINSTALL Profile Name: profile2 Network Type: IPv4 Server IP address: 15.14.144.184 Client IP address: 0.0.0.0 Gateway IP address: 0.0.0.0 Subnet Mask: 0.0.0.0 Boot File: Optional Data: Display the particular DB-Profile from the alternate database # vpardbprofile -d profile2 -D vpdb_foo Profile Name: profile2 Network Type: IPv4 Server IP address: 15.14.144.184 Client IP address: 0.0.0.0 Gateway IP address: 0.0.0.0 Subnet Mask: 0.0.0.0 Boot File: Optional Data: Add new DB-Profile to the live database. # vpardbprofile -d profile3 -s 15.14.144.184 -c 15.1.165.240 Creating profile profile3 Delete the DB-Profile from the live database. # vpardbprofile -r profile2 Create a new DB-Profile and use with command to pass in user specified DirectBoot settings. Refer to the vparboot(1M) manpage # vpardbprofile -d profile3 -s 15.1.165.152 -c 15.1.163.92 -g 15.1.163.92 -m 255.255.248.0 -b /opt/ignite/boot/nbp.efi -o IINSTALL Creating profile profile3 #vpardbprofile -d profile3 Profile Name: profile3 Network Type: IPv4 Server IP address: 15.1.165.152 Client IP address: 15.1.163.92 Gateway IP address: 15.1.163.92 Subnet Mask: 255.255.248.0 Boot File: /opt/ignite/boot/nbp.efi Optional Data: IINSTALL #vparboot -p vpkn05 -I -d profile3 vparboot: Booting vpkn05. Please wait... Update the valid DB-Profile with a new Client IP address. # vpardbprofile -d profile3 -c 15.1.163.88 Updating profile profile3 AUTHOR
was developed by the Hewlett-Packard Company. SEE ALSO
vparadmin(1M), vparboot(1M), vparconfig(1M), vparcreate(1M), vpardump(1M), vparenv(1M), vparextract(1M), vparmodify(1M), vparreloc(1M), vparremove(1M), vparreset(1M), vparstatus(1M), vparutil(1M), privileges(5), vparresources(5), vpartition(5), vpmon(5). Itanium(R)-Based Systems Only vpardbprofile(1M)
All times are GMT -4. The time now is 09:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy