Sponsored Content
Full Discussion: Ignite and HP-UX 09.XX
Operating Systems HP-UX Ignite and HP-UX 09.XX Post 302300208 by vbe on Monday 23rd of March 2009 01:53:27 PM
Old 03-23-2009
Greetings,
Im not sure about 9.02 (is this a series 800 server?), but I had it on my 900/715 station (but thas isvery long ago...) in 9.05 or 9.07 I remember it was in SYS-ADMIN fileset if <ou have them...
From my notes:
(No space allowed between option flag and args)
Code:
mkrs [-v] [-q] [-s] [ -frcdev] [ -rrootdev] [ -mseries]

rcdev : name of the devicefile on which recovery system is created

No compression allowed
with DDS drive : explicitly specify device file

rootdev can be:
/dev/dsk/0s0
/dev/root
/dev/hd

series : normally 700
so for /dev/dsk/6s0 on DDS:
Code:
mkrs -v -f/dev/rmt/0m -r/dev/dsk/6s0

you could also use dd to backup your hard disk to another or to a DDS drive
 

10 More Discussions You Might Find Interesting

1. HP-UX

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. (4 Replies)
Discussion started by: JBX
4 Replies

2. UNIX for Advanced & Expert Users

without an ignite server ??

system: HP-UX 10.20 with HFS mounted. How can I convert the HFS to VxFS without an ignite server ? Is this possible ? thanks simon2000 (4 Replies)
Discussion started by: simon2000
4 Replies

3. HP-UX

make_sys_image + Ignite problem

could any one help me I have a HP UX 11.0 with a lot of VG and disks connected to SAN. I need to create a Golden Image having only the vg00 of this system. How do i do this using make_sys_image? In case any have some docs, I would appreciate if You could share it. Thanks Dhanish (5 Replies)
Discussion started by: i2admin
5 Replies

4. 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

5. 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

6. HP-UX

vpar ignite

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

7. AIX

ignite equivalent in AIX

Hi All, Does AIX has utility like ignite server to make remote os installation using image (2 Replies)
Discussion started by: jayannair
2 Replies

8. 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

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
FEDFS-LOOKUP-JUNCTION(8)				      System Manager's Manual					  FEDFS-LOOKUP-JUNCTION(8)

NAME
fedfs-lookup-junction - send a FEDFS_LOOKUP_JUNCTION ADMIN protocol request SYNOPSIS
fedfs-lookup-junction [-?d] [-n nettype] [-h hostname] [-s security] [-t resolvetype] path INTRODUCTION
RFC 5716 introduces the Federated File System (FedFS, for short). FedFS is an extensible standardized mechanism by which system adminis- trators construct a coherent namespace across multiple file servers using file system referrals. For further details, see fedfs(7). FedFS-enabled file servers allow remote administrative access via an authenticated RPC protocol known as the FedFS ADMIN protocol. Using this protocol, FedFS administrators manage FedFS junctions and NSDB connection parameter information on remote FedFS-enabled file servers. DESCRIPTION
The fedfs-lookup-junction(8) command is part of a collection of low-level single-use programs that is intended for testing the FedFS ADMIN protocol or for use in scripts. It sends a single FEDFS_LOOKUP_JUNCTION request to a remote FedFS ADMIN protocol service. The FEDFS_LOOKUP_JUNCTION request causes a remote server to reveal the contents of a junction, or to report cached or immediate NSDB lookup results as that server sees them. The contents of a FedFS junction are an FSN UUID and an NSDB name and port. The fedfs-lookup-junction(8) command takes a single positional parameter which is the pathname on the remote server of the junction to be looked up. The pathname is relative to the root of the local file system on the remote server. Resolving a junction means performing an NSDB query with the contents of the junction to obtain a list of fileset locations, or FSLs, matching the stored FSN UUID. The meaning of these is described in more detail in fedfs(7). There are three distinct types of junction lookup: none The remote server reports the actual contents of the junction stored on its local disk. This includes an FSN UUID and the name and port of an NSDB. If the -t option is not specified, this type of lookup is performed. cache The remote server reports lookup results it may have cached from previous junction lookup requests. This includes an FSN UUID, the name and port of an NSDB, and the cached list of fileset locations matching the FSN UUID in the junction. Not all FedFS ADMIN ser- vice implementations support this type of request. nsdb The remote server performs a fresh junction lookup and the results are returned. This includes an FSN UUID, the name and port of an NSDB, and a list of fileset locations matching the FSN UUID in the junction. OPTIONS
-d, --debug Enables debugging messages during operation. -?, --help Displays fedfs-lookup-junction(8) version information and a usage message on stderr. -h, --hostname=hostname Specifies the hostname of a remote FedFS ADMIN service. If this option is not specified, the default value is localhost. -n, --nettype=nettype Specifies the transport to use when contacting the remote FedFS ADMIN service. Typically the nettype is one of tcp or udp. If this option is not specified, the default value is netpath. See rpc(3t) for details. -p, --path=pathname Specifies the location on the remote server where the target FedFS junction resides. This pathname is relative to the remote server's physical root directory, not the remote server's NFS pseudoroot. -t, --resolvetype=type Specifies the desired type of resolution. Valid values for type are 0, none, fedfs_resolve_none, 1, cache, fedfs_resolve_cache, 2, nsdb, or fedfs_resolve_nsdb. The value is not case-sensitive. If this option is not specified, the default value is none. -s, --security=flavor Specifies the security flavor to use when contacting the remote FedFS ADMIN service. Valid flavors are sys, unix, krb5, krb5i, and krb5p. If this option is not specified, the unix flavor is used. See the SECURITY section of this man page for details. EXAMPLES
Suppose you are the FedFS administrator of the example.net FedFS domain and that your domain's NSDB hostname is nsdb.example.net. You have created a FedFS junction on remote server fs.example.net. To see how the junction appears on the file server, use: $ fedfs-lookup-junction -h fs.example.net /export/junction1 Call completed successfully FSN UUID: 89c6d208-7280-11e0-9f1d-000c297fd679 NSDB: nsdb.example.net:389 To see real-time junction lookup results as the remote server sees them, use: $ fedfs-lookup-junction -h fs.example.net -t nsdb /export/junction1 Server returned FEDFS_ERR_NSDB_NOFSN In this example, the junction exists on the file server, but the domain's NSDB has not yet been updated to contain a list of fileset loca- tions for the FSN UUID contained in the junction. The file server is therefore not able to resolve the junction. SECURITY
By default, or if the sys and unix flavors are specified with the --security=flavor option, the fedfs-create-junction(8) command uses AUTH_SYS security for the Remote Procedure Call. AUTH_SYS has known weaknesses and should be avoided on untrusted networks. The RPC client uses the Kerberos v5 GSS mechanism if a Kerberos security flavor is specified. When specifying a Kerberos security flavor, the user must first obtain a valid Kerberos ticket using kinit(1) before running fedfs-create-junction(8). The AUTH_NONE security flavor is no longer supported by this implementation. SEE ALSO
fedfs(7), rpc.fedfsd(8), kinit(1), rpc(3t) RFC 5716 for FedFS requirements and overview COLOPHON
This page is part of the fedfs-utils package. A description of the project and information about reporting bugs can be found at http://wiki.linux-nfs.org/wiki/index.php/FedFsUtilsProject. AUTHOR
Chuck Lever <chuck.lever@oracle.com> 3 February 2014 FEDFS-LOOKUP-JUNCTION(8)
All times are GMT -4. The time now is 04:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy