LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-18-2011, 06:40 AM   #16
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Original Poster
Rep: Reputation: 47

another thing is we will probably need to shrink the last slice.
backup hdd is about 1Gb smaller than image (Murphys law dictates it can't be other way round.)
 
Old 04-18-2011, 07:34 AM   #17
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by qrange View Post
I doubt there's anything else other than ufs on slices.
If this is the boot disk, that would make yours a very unusual installation.
 
Old 04-18-2011, 02:44 PM   #18
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Original Poster
Rep: Reputation: 47
yes, its a solaris10 boot disk. I thought all them use ufs, just like windows usually uses ntfs or linux ext3.
So what kind of filesystem should we expect there? all the data is organized in files and directories, afaik.

if we replace the disk with ddbackup when needed, will it work fine? or would (open)boot fail?
 
Old 04-18-2011, 08:14 PM   #19
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Where did you get this disk from? Why can't you ask the Solaris admin the details?
Note that a recent Solaris 10 system can have zfs not only on non-root disks, but also on boot/root disks http://www.sun.com/software/solaris/..._solaris10.jsp
 
Old 04-19-2011, 01:11 AM   #20
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Original Poster
Rep: Reputation: 47
Quote:
Originally Posted by chrism01 View Post
Where did you get this disk from? Why can't you ask the Solaris admin the details?
Why do you ask that? I don't see how thats relevant to my questions.
We don't have 'Solaris admin' or support at the moment, sadly. If we did I wouldn't be asking you for help.

all slices in vfstab contain only ufs. except for swap.
 
Old 04-19-2011, 04:17 AM   #21
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by qrange View Post
Why do you ask that? I don't see how thats relevant to my questions.
We don't have 'Solaris admin' or support at the moment, sadly. If we did I wouldn't be asking you for help.
You fail to provide concrete data about the disk content.
"vfstab or some Solaris command told us what slices are there." isn't something that will help anyone to help you.
Quote:
all slices in vfstab contain only ufs. except for swap.
Precisely, that's what I was thinking of when writing not all slices contain ufs. There is no point in backuping the swap.

May be it would be better to restart this from the beginning and have you explaining what problem you are trying to fix in the first place.
 
Old 04-19-2011, 04:50 AM   #22
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Original Poster
Rep: Reputation: 47
well its a long story. simply put, we need backup. hard drives are mechanical components, sooner or later they fail.

how would you backup sparc boot disk? there is no raid installed. besides, second hdd would increase temperature in already hot server. (and we even don't have the damn SPUD).
there is no need for frequent backup. if we could save OS, installed software and its settings, to be restored in case of 'hdd meltdown' that would be great. it doesn't contain much of other data. we could probably enter most of it manually again if needed.

another advantage of having backup is that if we misconfigure something, it should be easy to undo changes.
 
Old 04-19-2011, 06:23 AM   #23
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Please define SPUD.

Can you temporarily plug a second disk (preferably same model and size) to the SPARC server ?
 
Old 04-20-2011, 01:30 AM   #24
qrange
Senior Member
 
Registered: Jul 2006
Location: Belgrade, Yugoslavia
Distribution: Debian stable/testing, amd64
Posts: 1,061

Original Poster
Rep: Reputation: 47
SPUD is a piece of metal that is required to connect 80pin SCSI hard drive. You need to attach the drive to it first. We didn't get any spare when we bought server (grr..).
Without it hard disk cannot be plugged in SPARC. Also we don't have same model and size second disk. It is very complicated to buy even cheapest things here. Ebay has a lot of cheap SCSI drives (same model), but sellers usually require verified paypal address which isn't possible here.
 
Old 04-20-2011, 11:04 PM   #25
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
To backup a Solaris UFS disk/partition use ufsdump for a normal partition and fssnap for ones you don't/can't umount first eg root.
See examples here http://download.oracle.com/docs/cd/E...q1p/index.html

@Jilliage; should this go into Solaris forum?

Last edited by chrism01; 04-20-2011 at 11:06 PM.
 
Old 04-21-2011, 03:38 AM   #26
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
@chrism01: it probably might now the focus is more on the initial issue (how to properly backup a Solaris system) than the anticipated solution (use a Linux box to do it).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot mount FreeBSD UFS from linux bulliver *BSD 8 09-08-2008 04:05 PM
How to mount UFS slice noware Linux - General 3 02-20-2007 09:13 AM
Can't mount ufs filesystems ratman96 Linux - General 2 05-04-2005 12:34 PM
Cant mount UFS in Solaris but can in Linux sstallion Linux - Newbie 1 10-28-2004 07:47 AM
Mount UFS HD In Linux TechnoGecko Linux - General 2 04-29-2004 08:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration