Formatting a newly created lun

 
Thread Tools Search this Thread
Special Forums Hardware Formatting a newly created lun
# 8  
Old 05-31-2013
You need to create a filesystem on it first, so use "mke2fs" or some similar program, depending on which FS type you want to use.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Identify newly attached LUN from NetApp

Hi I need to identify a newly attached LUN from NetApp on a linuxserver running uname -o GNU/Linux I have first run the df -h and got the following: df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_outsystemdb-lv_root 50G 2.7G 45G ... (3 Replies)
Discussion started by: fretagi
3 Replies

2. Linux

Mount a newly added LUN on a GNU/Linux distro

Hi I am not familiar with the linux, but I was asked to create a file system on a LUN from the NetApp that was mapped to the linux server. The server is runing: uname -a Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux and now... (6 Replies)
Discussion started by: fretagi
6 Replies

3. AIX

No iscsi available in newly created AIX wpar

AIX 7.1 New to WPAR, hopefully just missing something simple here. Creating the WPAR like this..... (The box where the WPAR is hosted does have an iscsi protocol device) mkwpar -h wpar08 -l -n wpar08 -N interface=en0 address=xxx.xx.xx.xxx netmask=255.255.255.0 -D devname=/dev/iscsi0 -D... (0 Replies)
Discussion started by: TomR
0 Replies

4. Shell Programming and Scripting

Copy an array to a newly created directory

hello everyone, I am new to perl script and trying to develop a script as follows. I am trying to Create an array for storing all file names. I am trying to copy $libs into "scratch". however i am unable to do so. Please suggest.. #!/usr/bin/perl use File::Copy; #use... (5 Replies)
Discussion started by: Rashid Khan
5 Replies

5. Solaris

Can't see Newly created LUN by SAN admin

hello, i am an oracle DBA and trying to scan a newly created LUN of 200 GB on fiber channel by SAN admin.we have solaris 10 and SANtoolkit is installed.i tried following to get the new LUN at my machine. go /opt/Netapp/Santoolkit/bin and then ./sanlun lun show but i see only the existing... (12 Replies)
Discussion started by: janakors
12 Replies

6. Red Hat

Redhat 5 can't see my newly added LUN.

hi all, i have added new LUN to Redhat 5. i have already scanned LUN devices and it is confirmed that Kernel sees the newly added LUN's. i have used /proc/partitions and verified that my disks are there. However, i cannot find my disk using fdisk -l command. I am not sure what did i... (2 Replies)
Discussion started by: gisu0602
2 Replies

7. UNIX for Advanced & Expert Users

default size of a newly created folder

Hi all, In linux how to create a directory with specified size, so that it can be used only up to the mentioned size. Actually my question is, whether we can do directory quota in linux. mounting the directory in a partiton will do that, but do we have any other option... (1 Reply)
Discussion started by: anishkumarv
1 Replies

8. Shell Programming and Scripting

sftp - get newly created files on incremental basis

Hi, We have a sftp server which creates files daily and keeps 6 months of files on the server. We are creating a daily job to get the files and load into database. My problem is "how to get ONLY those files which got created after my last get". Let me provide some more details to it. Below... (15 Replies)
Discussion started by: ravi.videla
15 Replies

9. Shell Programming and Scripting

How to find the newly created directory

Hi, I need to create new directory by increasing the number by 1 of extracted lastly created directory. e.g. Log\out_log_1\ Log\out_log_2\ Log\out_log_3\ become Log\out_log_1\ Log\out_log_2\ Log\out_log_3\ Log\out_log_4\ Can anyone help how to do it in c-shell... (3 Replies)
Discussion started by: Andre_2008
3 Replies

10. UNIX for Advanced & Expert Users

How to FTP all newly created but the current open file?

An application running on HP-UX constantly generates new text log files ( I think using logpipe ). Any new file created requires to be ftp'ed to an offline server, however I want to make sure that the current file being written should not be transferred. For examples consider the following files... (3 Replies)
Discussion started by: indianya
3 Replies
Login or Register to Ask a Question
mpioutil(1)						    BSD General Commands Manual 					       mpioutil(1)

NAME
mpioutil -- Tool for configuring paths to multipathed logical units. SYNOPSIS
mpioutil verb direct-object arguments DESCRIPTION
mpioutil is a utility to manage multiple paths to a SCSI Logical Unit. VERBS, DIRECT OBJECTS, AND SPECIFIC ARGUMENTS list Lists all multipathed logical units. info -i <lun identifier> Get information on a multipathed logical unit. The -i flag may also be expressed as --id. modify lun -i <lun identifier> -a <load balancing algorithm> -b <round robin batch count> Modify a logical unit. The -i, -a, -b flags may also be expressed as --id, --algorithm, and --batchCount respectively. modify path -l <lun identifier> -i <path identifier> -e | -d Modify a path on a logical unit. The -l, -i, -e, and -d flags may also be expressed as --lun, --id, --enable, and --disable respec- tively. EXAMPLES
mpioutil list Lists all multipathed logical units. mpioutil info --id 22F2000155A508ED Get information for a multipathed lun with id 22F2000155A508ED. mpioutil modify lun --id 22F2000155A508ED --algorithm RoundRobin --batchCount 16 Modify a multipathed lun's algorithm to be RoundRobin with a batch count of 16. mpioutil modify lun --id 22F2000155A508ED --algorithm LeastIO Modify a multipathed lun's algorithm to be LeastIO. mpioutil modify path --lun 22F2000155A508ED --id 26010001553560BF00000001 --disable Disable a path that belongs to a multipathed logical unit. Darwin June 2, 2019 Darwin