User unable to create a file over 2 GB's in size


 
Thread Tools Search this Thread
Operating Systems AIX User unable to create a file over 2 GB's in size
# 8  
Old 10-10-2005
Thanks everyone for the help. It turns out the job was a batch job that was actually running under root. So, I modified root's fsize to -1 and all is well. Also, after I changed /etc/security/limits, all I had to do was log out and back in for the changes to take effect.

Thanks,
Shane
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Unable to create new user without lower character

Hi friends, I want to create new user BG0001 in SunOS and getting below errorbash-3.2# useradd -d /home/BG0001 -m -s /bin/sh BG0001 UX: useradd: BG0001 name should have at least one lower case character. bash-3.2# bash-3.2# OS version is as belowbash-3.2# cat /etc/release ... (7 Replies)
Discussion started by: sandeepkmehra
7 Replies

2. Solaris

Unable to create a ftp user only

Hi all I am facing difficulties when using the useraddcommand. when running useradd -u 60006 -g 100 -d /opt/xxx/yyy/z -m -s /bin/false ftpuser It does create the user, but with a wrong home directory. It creates its home directory at /home/ftpuser Please can you help? (2 Replies)
Discussion started by: fretagi
2 Replies

3. HP-UX

[Solved] Unable to change/create home dir for particular user

Hi all I wanted to change the home dir for a user, but when using smh : SMH->Accounts for Users and Groups->Local Users->Modify User ---------------------------------------------------------------------------------------------------------------------------------------------- * Required... (8 Replies)
Discussion started by: fretagi
8 Replies

4. Solaris

Unable to create or delete a directory in /usr with root user

Hi All, I am trying to uninstall jdk 1.5 from my Solaris 10 64 bit but some how was not successful.so tried to delete the folder of jdk from /usr but its throughing error as: Unable to remove directory jdk: Read-only file system Even I tried to create a dir in /usr but its not allowing me... (4 Replies)
Discussion started by: Pshah
4 Replies

5. Red Hat

unable to open / create any file in vi

Hi, I am unable to create/open any file in vi editor for normal user, though using root I am able to create/open any file, using redhat 5.5, example vi test it showing nothing after entering command (9 Replies)
Discussion started by: manoj.solaris
9 Replies

6. Red Hat

Unable to create user in linux

Hi $ uname -a Linux xyz 2.6.18-128.0.0.0.2.el5 #1 SMP Wed Jan 21 05:17:33 EST 2009 x86_64 x86_64 x86_64 GNU/Linux I am unable to add a new user getting following # id uid=0(root) gid=0(root)... (5 Replies)
Discussion started by: ankurk
5 Replies

7. Solaris

Unable to create folder as a user

Hi All, I am trying to create a folder in /export/home/user1 directory as a user1 but I am getting the error message as -bash-3.00$ mkdir abc mkdir: Failed to make directory "abc"; Permission denied Also I tried creating the folder but it fails too -bash-3.00$ touch abc touch: cannot... (2 Replies)
Discussion started by: Manjunath K V
2 Replies

8. UNIX for Dummies Questions & Answers

need to create a file of specified size

Hi, I need to create a file using touch command . I want the size to be of 300 MB . Is it possible with touch or any other command. Thanx for your help. (2 Replies)
Discussion started by: reply2soumya
2 Replies

9. UNIX for Dummies Questions & Answers

to create a file of specified size

hi guys, Is there any way to create a file of specified size ..ie...during creation itself u should be able to specify the size of it... (12 Replies)
Discussion started by: deep
12 Replies

10. UNIX for Advanced & Expert Users

Other than root user .Normal user is unable to create files

Hi all, I am using Sun Solaris 9 .In this system normal users unable to create files from the command line.I added these users in bin,adm and even root group i found them unable to create a file. (1 Reply)
Discussion started by: mallesh
1 Replies
Login or Register to Ask a Question
sysconfigdb(8)						      System Manager's Manual						    sysconfigdb(8)

NAME
sysconfigdb - Manage the subsystem configuration database SYNOPSIS
/sbin/sysconfigdb -s /sbin/sysconfigdb {-a | -u} [-t target] -f file subsystem-name /sbin/sysconfigdb {-m | -r} [-t target] -f file [subsystem-name] /sbin/sysconfigdb -d [-t target] subsystem-name /sbin/sysconfigdb -l [-t target] [subsystem-name,...] Specifies a subsystem that contains the attributes you want to modify. The subsystem name and attributes are in a stanza-formatted input file. You must specify only one subsystem name when deleting (-d), adding (-a), or replacing (-u) a subsystem. In other cases, when you do not specify a subsystem name the operation is attempted for all the subsystems and attributes specified in the input file. FLAGS
Adds the specified subsystem entry to the target file. Deletes the specified subsystem entry from the target file. Specifies the input file, a stanza-formatted file that contains entries for one or more subsystems. The default target file is the /etc/sysconfigtab file. Specify another target file by using the -t target flag. Lists the specified subsystem entries in the target file. If you do not specify subsystem-name,... arguments, all subsystem entries in the target file are listed. The /etc/sysconfigtab file is the default target file. Merges subsystem attributes specified in the input file with the subsystem attributes in the target file. If you do not specify a subsys- tem-name argument, all subsystem entries in the input file are merged. The /etc/sysconfigtab file is the default target file. Removes the subsystem entries specified in the input file from the target file. The only entries removed are those which have attribute names and val- ues that exactly match those in the input file. If you do not specify a subsystem-name argument, all subsystem entries in the input file with exactly-matching attributes are removed from the target file. The /etc/sysconfigtab file is the default target database file. Syn- chronizes the /etc/sysconfigtab file and the in-memory configuration database by updating the in-memory database so that it matches the /etc/sysconfigtab file. Specifies the target file for the operation. If you do not specify this flag, the default target file is the /etc/sysconfigtab file. Replaces a subsystem entry in the target file with the subsystem entry specified in the input file. DESCRIPTION
The sysconfigdb command is used to manage the /etc/sysconfigtab subsystem configuration database. However, it can also be used to maintain any text file that has the same format as the /etc/sysconfigtab file. The file being managed by the sysconfigdb command is called the tar- get file. By default, the target file is the /etc/sysconfigtab file. To specify another file as a target file, use the -t file flag. To modify a target file, create an input stanza-formatted file, as described in stanza(4). This stanza file contains the name of one or more subsystems, each with a list of attributes and their values. When the target file is the /etc/sysconfigtab file, modifications you make to it are automatically synchronized into the in-memory subsys- tem configuration database. However, the subsystems are unchanged until the next time they are configured. When the target file is another file, there is no synchronization with the in-memory subsystem configuration database. For example, suppose you create the following file named table_mgr.stanza that defines the attributes for a subsystem named table_mgr_1 and a subsystem named tbl_mgr_2: table_mgr_1: size = 10 name = Ten Element Table tbl_mgr_2: size = 5 name = Five Element Table To add the contents of this file to the /etc/sysconfigtab database and to have those modifications synchronized with the in-memory configu- ration database, enter the following commands: # sysconfigdb -a -f table_mgr.stanza table_mgr_1 # sysconfigdb -a -f table_mgr.stanaz tbl_mgr_2 The above example does not change the value of attributes in the running kernel. To modify the value of attributes in the run- ning kernel you must do one of the following: Use the sysconfig -r command Unconfigure and reconfigure the subsystem that contains the attribute value Reboot your system Always use the sysconfigdb command to modify the /etc/sysconfigtab database as it automatically updates the in-memory copy of the database. This ensures that the kernel has immediate access to any changes. The file is also automatically merged during an update installation and changes will be merged into the new system. To add the contents of the file table_mgr.stanza to another text file named /etc/sampleconfigdb, enter the following command: # sysconfigdb -a -t /etc/sampleconfigdb -f table_mgr.stanza Because the output file is not the /etc/sysconfigtab file, the in-memory configuration data- base is not updated. RESTRICTIONS
You must be the root user to execute the commmand when the /etc/sysconfigtab file is the target file and the operation will modify it. EXAMPLES
The following list shows examples of using the sysconfigdb command: To replace an existing entry in the /etc/sysconfigtab file, use the -u flag: # sysconfigdb -u -f table_mgr.stanza table_mgr_1 The above command replaces the table_mgr_1 entry in the /etc/sysconfigtab file with the information in the table_mgr.stanza file for the table_mgr_1 subsystem. The command updates the in-memory copy of the subsystem configuration database to match the modified /etc/sysconfigtab file. To merge information in a stanza-formatted file with the /etc/sysconfigtab file, use the -m flag: # sysconfigdb -m -f table_mgr.stanza tbl_mgr_2 The above command merges the tbl_mgr_2 information from the table_mgr.stanza file with the information already in the tbl_mgr_2 entry in the /etc/sysconfigtab file. The command updates the in-memory copy of the subsystem configuration database to match the modified /etc/sysconfigtab file. To list the entry for a subsystem in the /etc/sysconfigtab file, use the -l flag: # sysconfigdb -l table_mgr_1 table_mgr_1: size = 10 name = Ten Element Table The above command does not update the in-memory copy of the subsystem configuration database. To delete the entry for a subsystem from the /etc/sysconfigtab file, use the -d flag: # sysconfigdb -d table_mgr_1 The above command deletes the table_mgr_1 entry from the /etc/sysconfigtab file and updates the in-mem- ory copy of the subsystem configuration database to match the modified /etc/sysconfigtab file. FILES
The subsystem configuration database RELATED INFORMATION
Commands: cfgmgr(8) sysconfig(8) Files: sysconfigtab(4), stanza(4) delim off sysconfigdb(8)