Sponsored Content
Full Discussion: flarcreate disk error 28
Operating Systems Solaris flarcreate disk error 28 Post 302101010 by 197oo302 on Wednesday 27th of December 2006 01:24:09 AM
Old 12-27-2006
I try another directory also

I try different folder also.
all thing has error.

I guess I have to encapsulated root disk in VxVM.
this is really hard for me.
 

10 More Discussions You Might Find Interesting

1. Solaris

flarcreate: command not found

Hi, I have a solaris 5.6 box, and i need to create a Flash Archive for DRP porposes. When i execute the falarcreate commnad the system returns "flarcreate: command not found" . I search the entire system (find . -name *flar*) for that comand and i can find it. Solaris 5.6 donīt have this... (1 Reply)
Discussion started by: spacewalker
1 Replies

2. Solaris

flarcreate to remote tape device

Hi, Someone knows hot to create a flash archive to a remote tape device? Here is my try: $flarcreate -n nereus -S -t lisdev:/dev/rmt/1n WARNING: hash generation disabled when using tape (-t) current filter settings Creating the archive... ERROR: Unable to work archive. Regards (4 Replies)
Discussion started by: spacewalker
4 Replies

3. Solaris

Flarcreate question (/etc/hosts missing)

Hi there I have created a flash archive using flarcreate and rolled out via jumpstart and everything seems fine, however when I roll out the archive to another box, everything is fine apart from the /etc/hosts file which is the same as the masters hosts file (i.e. it still has the original... (1 Reply)
Discussion started by: hcclnoodles
1 Replies

4. Solaris

flarcreate

found my notes got it flarcreate -n jumpstart -x /jumpstart/flash /jumpstart/flash/jumpstart.flar i think this will omit that directory and save it there correct? (3 Replies)
Discussion started by: deaconf19
3 Replies

5. Solaris

System copy with flarcreate

Hi, i'm trying to make a system copy from one server to another (solaris 9), they have the same configuration. I've tried to create a flash archive using the flarcreate but the flash file size is 5.06 approx. and the method the flarcreate is using is CPIO and he cannot handle sizes over 4 GB. Is... (2 Replies)
Discussion started by: pasalagua
2 Replies

6. Solaris

How to take solaris OS backup with "flarcreate" command

I am trying to take Solaris OS backup with the following command "flarcreate -S -n / /server11/inblr.flar", but this is taking complete root / (which includes my othe mount points also), Can any one suggest how to take only solaris OS backup and restore proceedure Thanks in advance (4 Replies)
Discussion started by: raj.chinnu
4 Replies

7. Solaris

flarcreate help.

Hi, I have to clone a system and i would like to use flarcreate. My question is regarding excluding some NFS mounts and some directories under /. If somebody have done this earlier please advice on the following procedure. Create a file like /exclude_list and put the following lines in it ... (1 Reply)
Discussion started by: uxadmin007
1 Replies

8. Solaris

Cloning with flarcreate .... and back

Hello Forum, I'd like to clone a Solaris 10 System. Well, I read a lot about flarcreate. Anyway I only read how to _create a flash archive by using flarcreate. But I don't know how to copy the data back to another harddisk from an ar:confused:chive to get a second runing system. ... (4 Replies)
Discussion started by: borsti007
4 Replies

9. Solaris

Save flarcreate on another server through ssh

hi, i would like to know if it is posible to create the flash archive and in the same line add another command to save it in another server through SCP. flarcreate -n "sv756flash" -c -X excludefilelist |... i appreciate your help. thanks a lot. (4 Replies)
Discussion started by: pabloli150
4 Replies

10. Solaris

Flarcreate and excluding directories with software installed

Got a solaris 10 server that I want to take a flar of in order to use to build a new server. Works fine. Only trouble is there is software on the original server that is not needed on the new server - it will be uninstalled. I was thinking of creating the flar from the original server and... (0 Replies)
Discussion started by: psychocandy
0 Replies
burst(1mh)																burst(1mh)

Name
       burst - explode digests into messages

Syntax
       burst [ +folder ] [ msgs ] [ options ]

Description
       The  command extracts the original messages from a forwarded message, discards the forwarder's header details, and places the original mes-
       sages at the end of the current folder.

       By default, takes the current message in the current folder.  You can specify messages other than the current message  by  using  with  the
       +folder and msgs arguments.  If you specify another message, that message becomes the current message.  If you specify another folder, that
       folder becomes the current folder.

       The command will expand either a single message which contains a number of separate messages packed together for ease  of  mailing,  or	an
       Internet digest.  The and commands can both pack individual messages into a single message or file.

       You  can use in combination with or to re-direct or forward mail more conveniently.  For example, if you wanted to forward a number of mes-
       sages to yourself on another account, you could use to combine them and send them in a single message.  When the message arrives,  you  can
       use to expand the single message into its constituent messages.

Options
       -inplace
       -noinplace
		 Expands  the  forwarded  message  or  digest in its current place in the folder.  The message that is expanded is replaced by the
		 header used to forward the message, or if it is a digest, by the table of contents.  The command then places the  extracted  mes-
		 sages	immediately after this, and re-numbers the rest of the messages in the folder to make room for them.  The original message
		 or digest is not saved.

		 If -noinplace is given, the original message or digest is preserved.  The messages which extracts are placed at the  end  of  the
		 folder.  Other messages are not re-numbered.  This is the default behavior.

       -quiet
       -noquiet  Directs  to  be  silent  about  reporting  messages  that are not in digest format.  Normally, an error message is printed if you
		 attempt to use on a message which does not contain encapsulated messages.

       -verbose
       -noverbose
		 Reports the general actions that is taking to explode the digest.

       The default settings for this command are:

	      +folder defaults to the current folder
	      msgs defaults to the current message
	      -noinplace
	      -noquiet
	      -noverbose

Restrictions
       The program enforces a limit on the number of messages which may be expanded from a single message.  This number is  about  1000  messages.
       However, there is usually no limit on the number of messages which may reside in the folder after the messages have been expanded.

       The command only works on messages that have been encapsulated according to the guidelines laid down by the proposed standard RFC 934.  The
       encapsulated message is considered to start after encounters a line of dashes.  If you attempt to use on a message that has not been encap-
       sulated	according  to RFC 934, the results may be unpredictable.  For example, may find an encapsulation boundary prematurely, and split a
       single encapsulated message into two or more messages.

       Any text which appears after the last encapsulated message is not placed in a separate message by When the -inplace option  is  used,  this
       trailing information is lost.  Text which appears before the first encapsulated message is not lost.

Profile Components
       Path:	      To determine your Mail directory

       Msg-Protect:   To set file protection when creating a new message

Files
       The user profile.

See Also
       forw(1mh), inc(1mh), msh(1mh), packf(1mh)
       Proposed Standard for Message Encapsulation (RFC 934)

																	burst(1mh)
All times are GMT -4. The time now is 01:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy