Minimal Solaris machine


 
Thread Tools Search this Thread
Operating Systems Solaris Minimal Solaris machine
# 1  
Old 08-31-2011
Minimal Solaris machine

I have installed Solaris 11 Express on my machine and created a raidz2 zpool. Now I want to backup the pool using snapshots.

1.

I am thinking about sending the snapshots using SSH to another mini solaris machine and am wondering which one to buy. The purpose of the target machine would be just to listen to SSH connections and receive the sent snapshots.

I have chosen two PC's and would need to know if they are suitable for the Solaris OS (11 Express). They are ECS NetTop MD120 and INTEL D525MW Mount Washington.

I'll apreciate any other suggestions about the process of backuping snapshots and other suitable machines (they should have passive cooling).

2.

For security reasons, I would like the target machine available only during the backuping.

My idea is this: I would instruct cron to launch a script on the primary machine, which would create a snapshot and send it. I would also intruct cron at the target machine to open firewall port at exactly the same time.

Now I am wondering about how should the target machine determine that the backup has been done and close the port again.


Thanks for your advice,
Dusan
# 2  
Old 08-31-2011
Quote:
Originally Posted by RychnD
Now I am wondering about how should the target machine determine that the backup has been done and close the port again.
You can start by examining the output of:
Code:
netstat -an | grep 22 | grep ESTABLISHED

When the backup is being sent and when it is done.
# 3  
Old 08-31-2011
Slightly different method: configure the target machine for WOL, and let the source send the magic packet about 3 minutes before starting the backup. Then send the snapshot, as after this is done send a shutdown command.

That way the target machine is only up during the backup, minimizing power costs, and lessening the chance of hardware defects due to constant usage.
# 4  
Old 08-31-2011
Powering the server on and off every day might have bigger impact on the hardware than letting it run idle. Especially when there are no fans to wear out. IMO also the disks would be used more heavily when power on/off routine is used, as loading the system requires quite a lot of disk read operations.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Dhcp in use or not on Solaris machine

Hi All, Could you please let me know how can we check whether any given solaris machien is using DHCP or not. is ps -ef | grep dhcp is full proof method or is their any other way. (10 Replies)
Discussion started by: omkar.jadhav
10 Replies

2. UNIX for Advanced & Expert Users

.config for a minimal kernel

I need to install minimal kernel. the machine cpu is intel, it should support usb and wireless. and.. nothing else. The system is set up to run qt programs. Can anyone having the same experience send me the .config file please. (1 Reply)
Discussion started by: dr_mabuse
1 Replies

3. Solaris

Solaris ssh client hangs when connecting to another Solaris machine

Got a strange problem. I have 4 Solaris servers all configured the same, Solaris 10 x86 update 10. When I try to ssh from one Solaris 10 server to another server ssh hangs. I have an identical server and when I try this everything works fine. The weird thing is if I am root on the server... (1 Reply)
Discussion started by: ccj4467
1 Replies

4. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

5. IP Networking

RSH to Ubuntu machine from Solaris machine?

This is probably really basic compared to what you guys are usually talking about here, but I have a problem and I have no idea what to do about it. I try to RSH to my Ubuntu computer from my Solaris one and run into a dead end: >> rsh 192.168.1.103 ::ffff:192.168.1.103: Connection timed out... (4 Replies)
Discussion started by: Bradj47
4 Replies

6. Solaris

Solaris Newbie - I just want a minimal install

I'm coming from BSD/Linux where I went from having to install gnome to now running *nix boxes with just the CLI. I love it but now I want to try my hand at solaris. I'm installing solaris 10 in a VM but I am kinda shocked at the install size. I would do the "core" option but I dont know if I'll... (2 Replies)
Discussion started by: sdotsen
2 Replies

7. Solaris

Best possible communication mechanism between a Solaris machine and a windows machine

hi, I have some windows client machines which require a signal to be sent by a Solaris machine( SunOS 5.6) when ever a particular event occurs on that Solaris machine. What are possible communication mechanisms by which i can do this. the constraints are > the windows machines have to... (7 Replies)
Discussion started by: Krsh
7 Replies

8. AIX

Network minimal configuration and startup

Hi, I have a LPAR running AIX 5.3 with multiple Etherchannels running (e.g. ent10-ent14 etc). The person who configured up the interfaces set more that one interface through minimal config and startup under smitty->tcpip When I try and clear out the IP address for one of the additional... (1 Reply)
Discussion started by: backslash
1 Replies
Login or Register to Ask a Question