with Tags:
server
X

Hybrid usage of Virtual Server &Bare Metal server on Softlayer
In this topic, I will talk about how to setup a Virtual Server and Bare Metal server mixed environment on Softlayer. It could provide the compute-bound or I/O-bound service to customer. I will describe how to use the hybrid environment in development and production phase. The Virtual Machine and Bare Metal server are both hosted by Softlayer. The mixed environment provide flexible capability for calculation, are easy to scale up and save the infrastructure cost. Softlayer supports to migrate the env from Virtual... [More]
Tags:  virtual flex image baremetal softlayer server |
How to create a NFS Server on RHEL6.1
Disclaimer:- These steps mentioned here are quickest and least - that help achieve objective. 1. Enable NFS service 2. Disable the firewall (if firewall is required in that case enable only NFS ports) 3. Confirm NFS service is running by /sbin/service nfs status 4. Add to data to /etc/exports as per the rules few examples: /nfsshared *(rw) - means nfsshared is the folder shared to whole world with read write options /nfsshared 9.120.97.207(ro) - means nfsshared is the folder shared to 9.120.97.207 VM only with read only option. 5. ... [More]
Tags:  setup nfs server |