![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| command to find out total size of a specific file size (spread over the server) | abhinov | SUN Solaris | 3 | 08-08-2007 03:48 AM |
| Exceed Login | old_tex | HP-UX | 0 | 05-31-2006 08:01 AM |
| Telnet/Exceed | kar1 | UNIX for Dummies Questions & Answers | 1 | 03-01-2005 04:09 AM |
| Exceed | aojmoj | UNIX for Advanced & Expert Users | 2 | 06-21-2003 11:19 PM |
| Exceed subsitutions? | E-Quality | UNIX for Dummies Questions & Answers | 1 | 09-19-2001 07:12 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
We have Sun OS 5.9 we are doing a backup process (ProC program) that uses the function...
fprintf(fp,"%s;%s;%s;%s;%s;%ld;%ld;%ld;%ld;%s;%s;%s;%d;%s;%s;%s;%ld;%s;%s;%s;%ld;%ld;%s;%ld;%s;%ld;% s;%s;%c%c",x_contrno, x_subno, x_b_subno,x_transdate,x_last_traffic_date,BillAmt_s, x_billamount_int, x_duration , x_act_duration,x_third_party_no, x_call_type,x_tariffclass,x_party_flag,x_chargetype,x_vol_group,x_billcode,x_no_packets,v_SUBSCR_TYP E.arr,v_AREA.arr,v_TARIFF_GROUP.arr,file_id0,d_GROSS_AMOUNT,v_UPDATED,d_RATE_POS ,v_DISC_TYPE.arr,d_OTHER_AMOUNT,v_OTHER_GROUP.arr,v_TARIFF_PROFILE.arr,0x0D,0x0A); and fp is declared such that FILE *fp (fp is pointer to file) MY problem is that I can't exceed 2GB as file size ...... What are the options availabe to increase the file size to be unlimited............? and I need to know if this file size depends on the filesystem itself... |
| Forum Sponsor | ||
|
|
|
|||
|
What kind of filesystem is it? If it is VxFS (Veritas file system) you can set the largefiles flag in /etc/vfstab and reboot. If you want to increase it on the fly there is a command, I believe it is called fsadm, which can do that. Check your Veritas man pages for details, but I know you can do it.
If it is UFS I'm not sure if you can change it once the filesystem has been created. |
|
|||
|
Information
[Billtest]tabs:/homes/tabs>isainfo -b
64 [Billtest]tabs:/homes/tabs>isainfo -v 64-bit sparcv9 applications 32-bit sparc applications [Billtest]tabs:/homes/tabs>isainfo -kv 64-bit sparcv9 kernel modules [Billtest]tabs:/homes/tabs> |