Wise people learn when they can; fools learn when they must - Arthur Wellesley

Sunday, 19 March 2017

VCS ON RHEL6–CONFIGURE & OPERATION-P2 (NFS VIA GUI)


VCS ON RHEL6–CONFIGURE & OPERATION-P2

SETTING UP NFS AS A VCS RESOURCE VIA GUI,

Check the disks,

[root@pr01 ~]# vxdisk list
DEVICE       TYPE            DISK         GROUP        STATUS
sda          auto:none       -            -            online invalid
sdb          auto:none       -            -            online invalid
sdc          auto:sliced     -            -            online
sdd          auto:none       -            -            online invalid
sde          auto            -            -            error
sdf          auto:none       -            -            online invalid

VCS ON RHEL6–CONFIGURE & OPERATION-P1


VCS ON RHEL6–CONFIGURE & OPERATION-P1

We will test “HTTP/APACHE” on VCS.

[root@pr01 ~]# rpm -qa|grep http
httpd-2.2.15-26.el6.x86_64
httpd-tools-2.2.15-26.el6.x86_64

SFHA 6.0 INSTALLATION - RHEL 6

SFHA 6.0 INSTALLATION-RHEL6
Two systems,
PR01
DR01

First need to create entry of both servers in /etc/hosts
Then create a password less ssh between both servers.
We need two extra interfaces also for the same.
PR-01

Saturday, 18 March 2017

ISCSI ON RHEL6


ISCSI ON RHEL6

We need our openfiler to be realized by RHEL6.

[root@pr01 ~]# yum install -y iscsi*
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Package iscsi-initiator-utils-6.2.0.873-2.el6.x86_64 already installed and latest version
Nothing to do

Thursday, 2 March 2017

SOLARIS BASICS-P7


SOLARIS BASICS-P7

BASIC NETWORKING -2,

Well, move ahead from last post.

We already did a plumb/unplumb to an interface.

Now how to do UP/DOWN to an interface.

root@sol-test-1:>/#ifconfig e1000g1 up

SOLARIS BASICS-P6


SOLARIS BASICS-P6


BASIC NETWORKING -1,

IP/SUBNET/GATEWAY:

root@sol-test-1:>/#ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 192.168.234.133 netmask ffffff00 broadcast 192.168.234.255
        ether 0:c:29:c2:8f:90

SOLARIS BASICS-P5


SOLARIS BASICS-P5

FILE SYSTEM TYPES

Solaris uses VFS (Virtual File System) Architecture. This provides standard interface for different FS types. It is called VIRTUAL because the user can issue same command to work regardless of the file system.

SUPPORTED FS TYPES BY VFS:

1.  DISK BASED FS
2.  DISTRIBUTED FS
3.  PSEUDO FS

SOLARIS BASICS-P4


SOLARIS BASICS-P4


FILE SYSTEM

In UNIX everything is file, if you find something which is not file then it must be a process.

So what is file system…?

Let’s consider a disk is divided into 4 partitions. And now we have to put data on them. Is it possible…?

SOLARIS BASICS-P3


SOLARIS BASICS-P3

DEVICE NAMING CONVENTION

According to Solaris devices has 3 names.

But Why…?

Isn’t it good to call the devices by their actual names…?